home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000322_jaltman@watsun.cc.columbia.edu_Fri Aug 17 14:23:35 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  69 lines

  1. Article: 12688 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Error ttsetspeed failed:87
  6. Date: 17 Aug 2001 18:15:44 GMT
  7. Organization: Columbia University
  8. Lines: 52
  9. Message-ID: <9ljn0g$923$1@newsmaster.cc.columbia.edu>
  10. References: <jzcf7.319673$T97.36240736@typhoon.nyroc.rr.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 998072144 9283 128.59.39.2 (17 Aug 2001 18:15:44 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 17 Aug 2001 18:15:44 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12688
  16.  
  17. In article <jzcf7.319673$T97.36240736@typhoon.nyroc.rr.com>,
  18. John Hill <jhill@sawmillmanager.com> wrote:
  19. : The script running on the server is as follows (this is not exact but
  20. : contains the important commands, if you need the exact script I can get
  21. : that):
  22. : set tapi line <MODEM TYPE>
  23. : set modem type tapi
  24.  
  25. The previous two commands should be reversed.  Although, in this
  26. case it should not make a difference.
  27.  
  28. I would suggest that you try using
  29.  
  30.   SET TAPI MODEM-DIALING ON
  31.  
  32. before the SET TAPI LINE command.  That might help.
  33.  
  34. : set quiet on
  35. : set file collision overwrite
  36. : set file incomplete discard
  37. : enable host
  38. : enable delete
  39. : enable bye
  40. : enable finish
  41. : set block-check 3
  42. : set rec pack 500
  43. : set send pack 500
  44. : set buffers 280000
  45. : set window 10
  46. : set speed 9600
  47. : set file type binary
  48. : set carrier-watch off
  49. : cd /husky
  50. : answer
  51. : server
  52.  
  53. The SERVER command should read
  54.  
  55.   IF SUCCESS SERVER
  56.  
  57. If you continue to have problems, send the output of the following
  58. commands to kermit-support@columbia.edu:
  59.  
  60.   SET TAPI LINE <modem-type>
  61.   SHOW TAPI-COMM
  62.   SHOW TAPI-MODEM
  63.  
  64.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  65.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  66.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  67.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  68.